The View Group Object
QuickDraw GX provides you with access to an individual view group object through agxViewGroup
reference:
typedef struct gxPrivateViewGroupRecord *gxViewGroup;In this type definition,gxViewGroup
is a type-checked reference, not an actual pointer to any defined structure. The contents of the view group object are private.